'Declaration Public Overloads Function FindVisualTool<TThe visual tool type to find.>() As T (Of TThe visual tool type to find.As VisualTool)
public T FindVisualTool<T>() where T: VisualTool
public: T* FindVisualTool<T>() where T: VisualTool*
generic<typename T> public:
T^ FindVisualTool() where T: VisualTool^
Type Parameters
- T
- The visual tool type to find.
Return Value
The visual tool of specified type if visual tool is found; otherwise, null.